花费 52 ms
c++ 类 类指针&new对象

class HelloWorld{ setupUi(x){}; } HelloWorld *ui; ui=new HelloWorld; ui->setup(x); ...

Thu Apr 25 05:42:00 CST 2019 0 1171
拷贝构造函数 & 拷贝初始化

1、格式 1)Foo(const Foo& other) \\复制构造函数 \\左值赋值 2)Foo(Foo&& other) \\移动构造函数 \\右值赋值 3) ...

Fri Apr 19 07:49:00 CST 2019 0 796

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM